home *** CD-ROM | disk | FTP | other *** search
/ OpenGL Superbible (2nd Edition) / OpenGL SuperBible e2.iso / tools / Mesa-3.0 / MESAFX.BAT < prev    next >
Encoding:
DOS Batch File  |  1998-07-09  |  166 b   |  12 lines

  1. call vcvars32 x86
  2.  
  3. mkdir lib
  4. cd src
  5. nmake /f Makefile.fx
  6. cd ..\src-glu
  7. nmake /f Makefile.fx
  8. cd ..\src-glut
  9. nmake /f Makefile.fx
  10. cd ..\3Dfx\demos
  11. nmake /f Makefile.fx
  12.